Returns the minimum and maximum size of an OpenVMS Galaxy lock.
Note that this system service is supported only in an OpenVMS
Alpha Galaxy environment.
For more information about programming with OpenVMS Galaxy system
services, refer to the VSI OpenVMS Alpha Partitioning and Galaxy
Guide.
Format
SYS$GET_GALAXY_LOCK_SIZE min_size ,max_size
C Prototype
int sys$get_galaxy_lock_size (unsigned int *min_size, unsigned
int *max_size);
1 – Arguments
min_size
OpenVMS usage:address
type: longword (unsigned)
access: write
mechanism: output by reference
Pointer to a longword. The value returned is minimum legal size
of a galaxy lock structure.
max_size
OpenVMS usage:address
type: longword (unsigned)
access: write
mechanism: output by reference
Pointer to a longword. The value returned is maximum legal size
of a galaxy lock structure.